projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27bdc65
)
(help-mode): Set view-exit-action to delete window.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Apr 2006 21:18:27 +0000
(21:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Apr 2006 21:18:27 +0000
(21:18 +0000)
lisp/help-mode.el
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index 9462153515445023d6c37f97c44ef7ac9d0dc3cb..a5cdf1f4d720e37cf26903c352de7cef3f599bb8 100644
(file)
--- a/
lisp/help-mode.el
+++ b/
lisp/help-mode.el
@@
-197,6
+197,7
@@
Commands:
(view-mode)
(make-local-variable 'view-no-disable-on-exit)
(setq view-no-disable-on-exit t)
+ (setq view-exit-action (lambda (buffer) (delete-window)))
(run-mode-hooks 'help-mode-hook))
;;;###autoload